tutorial = {
	index = 2
	title = "TUT_BAS_CHAPTER03_TITLE01"
	desc = "TUT_BAS_CHAPTER03"
	buttonText = "TUT_BAS_CHAPTER02_BUTTON"
	window = "hints_window"	# default window
	moveable = yes
	country = GBR
	save_game = "tutorial_GBR_03.moe"
	
	page = {
		index = 1
		title = "TUT_BAS_CHAPTER03_TITLE01" #Select the Army
		text = "TUT_BAS_CHAPTER03_DESC01"
		text = "TUT_BAS_CHAPTER03_PAGE01"
		
		window = "hints_window"
		position = {
			x = 100 
			y = 200 
		}
		orientation = "UPPER_LEFT"
		
		effect = { #This page's effects on the world
			close_window = "all"
			keep_window_closed = yes
			allow_select_province = no
			#mapmode = political
			goto = 34
			pauseable = yes
			pause = yes
			disband_player_units = yes
			allow_select_army = yes
			allow_select_navy = yes
			lock_camera_to_box = {
				min = {
					100 #X - Sidan
					100 #Y - Zoom
					1000 #Z - Uppt
				}
				max = {
					500 #X - Sidan
					500 #Y - Zoom
					1400 #Z - Uppt
				}
			}
			navy = {
				name = "Home Fleet"
				location = "Campbelltown"
				leader = "Sir John Jervis"
				country = "GBR"
				
				squadron = {
					name = "13th Transport Sq."
					type = GBR_Troop_Transport_1805
					experience = 20
				}
				squadron = {
					name = "14th Transport Sq."
					type = GBR_Troop_Transport_1805
					experience = 10
				}
				squadron = {
					name = "15th Transport Sq."
					type = GBR_Troop_Transport_1805
					experience = 10
				}
				squadron = {
					name = "16th Transport Sq."
					type = GBR_Troop_Transport_1805
					experience = 10
				}
				squadron = {
					name = "Dedalus Sq."
					type = GBR_Frigate_1805
					experience = 20
				}
			}
			army = {
				name = "Scotland Force"
				location = "Edinburgh"
				leader = "Earl of Dalhousie"
				country = "GBR"

				left = {
					name = "1st Scotland Bde"
					type = GBR_Infantry_Brigade_1805
					experience = 0
				}

				center = {
					name = "2nd Scotland Bde"
					type = GBR_Infantry_Brigade_1805
					experience = 10
				}

				right = {
					name = "3rd Scotland Bde"
					type = GBR_Infantry_Brigade_1805
					experience = 0
				}

				center = {
					name = "2nd DG Brigade"
					type = GBR_Guard_Cavalry_Brigade_1805
					experience = 20
				}

				reserves = {
					name = "4th Scotland Bde"
					type = GBR_Infantry_Brigade_1805
					experience = 10
				}

				reserves = {
					name = "Williams Bty"
					type = GBR_Artillery_Brigade_1805
					experience = 0
				}

				reserves = {
					name = "Scotland Supply"
					type = GBR_Supply_Brigade_1805
					experience = 0
				}
			}
		}
		
		trigger = { #Conditions that will take you to the next page if fulfilled
			page = 4
			select_army = "Scotland Force"
		}
		trigger = {
			page = 2
			unit_not_exist = "Home Fleet"
		}
		trigger = {
			page = 2
			unit_not_exist = "Scotland Force"	
		}
		
		option = {
			button = "TutorialPageButtonOption"
			text = "MAINMENU"
			action = "close"
			tooltip = "TUT_BAS_MAINMENU_TOOLTIP"
			position = {
				x = 170
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MINIMISE"
			action = "minimize"
			tooltip = "TUT_BAS_CLOSE_TOOLTIP"
			position = {
				x = 340
				y = 30
			}
		}
	}
	page = {
		index = 2
		title = "TUT_BAS_CHAPTER03_TITLE09" #Missing Units
		text = "TUT_BAS_CHAPTER03_DESC09"
		
		window = "hints_window"
		position = {
			x = 400 
			y = 200 
		}
		orientation = "UPPER_LEFT"
		
		effect = { #This page's effects on the world
			close_window = "all"
			keep_window_closed = yes
			allow_select_province = no
			goto = 44
			zoom = 200
			pauseable = no
			pause = yes
			disband_player_units = yes
		}
		
		option = {
			button = "TutorialPageButtonOption"
			text = "CONTINUE"
			action = "continue"
			tooltip = "TUT_BAS_CONTINUE_TOOLTIP"
			position = {
				x = 0
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MAINMENU"
			action = "close"
			tooltip = "TUT_BAS_MAINMENU_TOOLTIP"
			position = {
				x = 170
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MINIMISE"
			action = "minimize"
			tooltip = "TUT_BAS_CLOSE_TOOLTIP"
			position = {
				x = 340
				y = 30
			}
		}
	}
	page = {
		index = 3
		title = "TUT_BAS_CHAPTER03_TITLE09" #Missing Units
		text = "TUT_BAS_CHAPTER03_DESC10"
		
		window = "hints_window"
		position = {
			x = 400 
			y = 200 
		}
		orientation = "UPPER_LEFT"
		
		effect = { #This page's effects on the world
			close_window = "all"
			keep_window_closed = yes
			allow_select_province = no
			goto = 30
			zoom = 200
			pauseable = no
			pause = yes
			navy = {
				name = "Home Fleet"
				location = "Banff"
				leader = "Sir John Jervis"
				country = "GBR"
				
				squadron = {
					name = "13th Transport Sq."
					type = GBR_Troop_Transport_1805
					experience = 20
				}
				squadron = {
					name = "14th Transport Sq."
					type = GBR_Troop_Transport_1805
					experience = 10
				}
				squadron = {
					name = "15th Transport Sq."
					type = GBR_Troop_Transport_1805
					experience = 10
				}
				squadron = {
					name = "16th Transport Sq."
					type = GBR_Troop_Transport_1805
					experience = 10
				}
				squadron = {
					name = "Dedalus Sq."
					type = GBR_Frigate_1805
					experience = 20
				}
			}
			army = {
				name = "Scotland Force"
				location = "Fort Augustus"
				leader = "Earl of Dalhousie"
				country = "GBR"

				left = {
					name = "1st Scotland Bde"
					type = GBR_Infantry_Brigade_1805
					experience = 0
				}

				center = {
					name = "2nd Scotland Bde"
					type = GBR_Infantry_Brigade_1805
					experience = 10
				}

				right = {
					name = "3rd Scotland Bde"
					type = GBR_Infantry_Brigade_1805
					experience = 0
				}

				center = {
					name = "2nd DG Brigade"
					type = GBR_Guard_Cavalry_Brigade_1805
					experience = 20
				}

				reserves = {
					name = "4th Scotland Bde"
					type = GBR_Infantry_Brigade_1805
					experience = 10
				}

				reserves = {
					name = "Williams Bty"
					type = GBR_Artillery_Brigade_1805
					experience = 0
				}

				reserves = {
					name = "Scotland Supply"
					type = GBR_Supply_Brigade_1805
					experience = 0
				}
			}
		}

		trigger = {
			page = 4
			select_army = "Scotland Force"
		}
		
		trigger = {
			page = 2
			unit_not_exist = "Home Fleet"			
		}
		
		trigger = {
			page = 2
			unit_not_exist = "Scotland Force"		
		}
		
		option = {
			button = "TutorialPageButtonOption"
			text = "MAINMENU"
			action = "close"
			tooltip = "TUT_BAS_MAINMENU_TOOLTIP"
			position = {
				x = 170
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MINIMISE"
			action = "minimize"
			tooltip = "TUT_BAS_CLOSE_TOOLTIP"
			position = {
				x = 340
				y = 30
			}
		}
	}

	page = {
		index = 4
		title = "TUT_BAS_CHAPTER03_TITLE02" #Move the Army
		text = "TUT_BAS_CHAPTER03_DESC02"
		text = "TUT_BAS_CHAPTER03_PAGE02"
		
		window = "hints_window"
		position = {
			x = 400 
			y = 450 
		}		
		orientation = "UPPER_LEFT"
		
		effect = { #This page's effects on the world
			goto = 33
			pauseable = yes
			pause = yes
			speed = 3
			allow_select_army = yes
			allow_select_navy = yes
			allow_select_province = no
			close_window = "all"
			keep_window_closed = yes
		}
		
		trigger = { #Conditions that will take you to the next page if fulfilled
			page = 5
			33 = { #Campbelltown
				infantry_in_province = 1
			}
		}
		trigger = {
			page = 2
			unit_not_exist = "Home Fleet"			
		}
		trigger = {
			page = 2
			unit_not_exist = "Scotland Force"		
		}
		
		option = {
			button = "TutorialPageButtonOption"
			text = "MAINMENU"
			action = "close"
			tooltip = "TUT_BAS_MAINMENU_TOOLTIP"
			position = {
				x = 170
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MINIMISE"
			action = "minimize"
			tooltip = "TUT_BAS_CLOSE_TOOLTIP"
			position = {
				x = 340
				y = 30
			}
		}
	}

	page = {
		index = 5
		title = "TUT_BAS_CHAPTER03_TITLE03" #Load the unit into ships
		text = "TUT_BAS_CHAPTER03_DESC03"
		sprite = "GFX_unitpanel_button_loadtoship"
		text = "TUT_BAS_CHAPTER03_PAGE03"
		
		window = "hints_window"
		position = {
			x = 400 
			y = 150 
		}
		orientation = "UPPER_LEFT"
		extra_window = {
			window = "dummy"
			sprite = "GFX_tutorial_arrow_1"
			position = {
				x = 110
				y = 180
			}
			orientation = "UPPER_LEFT"
		}
		
		effect = { #This page's effects on the world
			goto = 30
			close_window = "all"
			keep_window_closed = yes
			allow_select_province = no
			allow_select_army = yes
			allow_select_navy = yes
			pauseable = yes
			pause = yes
		}
		
		trigger = { #Conditions that will take you to the next page if fulfilled
			page = 6
			embarked = "Scotland Force"
		}
		trigger = {
			page = 2
			unit_not_exist = "Home Fleet"			
		}
		trigger = {
			page = 2
			unit_not_exist = "Scotland Force"		
		}
		
		option = {
			button = "TutorialPageButtonOption"
			text = "MAINMENU"
			action = "close"
			tooltip = "TUT_BAS_MAINMENU_TOOLTIP"
			position = {
				x = 170
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MINIMISE"
			action = "minimize"
			tooltip = "TUT_BAS_CLOSE_TOOLTIP"
			position = {
				x = 340
				y = 30
			}
		}
	}

	page = {
		index = 6
		title = "TUT_BAS_CHAPTER03_TITLE04" #Select the fleet and move it
		text = "TUT_BAS_CHAPTER03_DESC04"
		text = "TUT_BAS_CHAPTER03_PAGE04"
		
		window = "hints_window"
		position = {
			x = 450 
			y = 450 
		}
		orientation = "UPPER_LEFT"
		
		effect = { #This page's effects on the world
			goto = 2697
			close_window = "all"
			keep_window_closed = yes
			allow_select_army = yes
			allow_select_navy = yes
			pauseable = yes
			pause = yes
			speed = 3
			allow_select_province = no
		}
		
		trigger = { #Conditions that will take you to the next page if fulfilled
			page = 7
			2698 = { #Fair Head
				units_in_province = 1
			}
		}
		trigger = {
			page = 2
			unit_not_exist = "Home Fleet"			
		}
		trigger = {
			page = 2
			unit_not_exist = "Scotland Force"		
		}
		
		option = {
			button = "TutorialPageButtonOption"
			text = "MAINMENU"
			action = "close"
			tooltip = "TUT_BAS_MAINMENU_TOOLTIP"
			position = {
				x = 170
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MINIMISE"
			action = "minimize"
			tooltip = "TUT_BAS_CLOSE_TOOLTIP"
			position = {
				x = 340
				y = 30
			}
		}
	}

	page = {
		index = 7
		title = "TUT_BAS_CHAPTER03_TITLE05" #Disembark the Army
		text = "TUT_BAS_CHAPTER03_DESC05"
		sprite = "GFX_unitpanel_navy_embarked"
		text = "TUT_BAS_CHAPTER03_PAGE05"
		
		window = "hints_window"
		position = {
			x = 450 
			y = 400 
		}
		orientation = "UPPER_LEFT"
		extra_window = {
			window = "dummy"
			sprite = "GFX_tutorial_arrow_1"
			position = {
				x = 485
				y = 190
			}
			orientation = "UPPER_LEFT"
		}
		
		effect = { #This page's effects on the world
			goto = 3
			close_window = "all"
			keep_window_closed = yes
			allow_select_army = yes
			allow_select_navy = yes
			select_navy = "Home Fleet"
			pauseable = yes
			pause = yes
			allow_select_province = no
		}
		
		trigger = { #Conditions that will take you to the next page if fulfilled
			page = 8
			3 = { #Belfast
				infantry_in_province = 1
				unit_in_battle = 1
			}
		}
		trigger = {
			page = 2
			unit_not_exist = "Home Fleet"			
		}
		trigger = {
			page = 2
			unit_not_exist = "Scotland Force"		
		}
		
		option = {
			button = "TutorialPageButtonOption"
			text = "MAINMENU"
			action = "close"
			tooltip = "TUT_BAS_MAINMENU_TOOLTIP"
			position = {
				x = 170
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MINIMISE"
			action = "minimize"
			tooltip = "TUT_BAS_CLOSE_TOOLTIP"
			position = {
				x = 340
				y = 30
			}
		}
	}
	page = {
		index = 8
		title = "TUT_BAS_CHAPTER03_TITLE06" #Battles
		text = "TUT_BAS_CHAPTER03_DESC06"
		text = "TUT_BAS_CHAPTER03_PAGE06"
		
		window = "hints_window"
		position = {
			x = 430 
			y = 480
		}
		orientation = "UPPER_LEFT"
	
		effect = { #This page's effects on the world
			goto = 3
			close_window = "all"
			keep_window_closed = yes
			allow_select_army = yes
			allow_select_navy = yes
			pauseable = yes
			pause = yes
			speed = 3
			select_army = "411"
			allow_select_province = no
		}
		trigger = { #Conditions that will take you to the next page if fulfilled
			page = 9
			3 = { #Belfast
				infantry_in_province = 1
				unit_in_siege = 1
			}
		}
		trigger = {
			page = 2
			unit_not_exist = "Home Fleet"			
		}
		trigger = {
			page = 2
			unit_not_exist = "Scotland Force"		
		}
		
		option = {
			button = "TutorialPageButtonOption"
			text = "MAINMENU"
			action = "close"
			tooltip = "TUT_BAS_MAINMENU_TOOLTIP"
			position = {
				x = 170
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MINIMISE"
			action = "minimize"
			tooltip = "TUT_BAS_CLOSE_TOOLTIP"
			position = {
				x = 340
				y = 30
			}
		}
	}
	page = {
		index = 9
		title = "TUT_BAS_CHAPTER03_TITLE07" #Sieges
		text = "TUT_BAS_CHAPTER03_DESC07"
		text = "TUT_BAS_CHAPTER03_PAGE07"
		
		window = "hints_window"
		position = {
			x = 430 
			y = 450 
		}
		orientation = "UPPER_LEFT"
		
		effect = { #This page's effects on the world
			select_army = "Scotland Force"
			close_window = "all"
			keep_window_closed = yes
			allow_select_army = yes
			allow_select_navy = yes
			pauseable = yes
			pause = yes
			goto = 3
			speed = 3
			allow_select_province = no
		}
		trigger = { #Conditions that will take you to the next page if fulfilled
			page = 10
			3 = { #Belfast
				NOT = {
					unit_in_siege = 1
				}
			}
		}
		trigger = {
			page = 2
			unit_not_exist = "Home Fleet"			
		}
		trigger = {
			page = 2
			unit_not_exist = "Scotland Force"		
		}
		
		option = {
			button = "TutorialPageButtonOption"
			text = "MAINMENU"
			action = "close"
			tooltip = "TUT_BAS_MAINMENU_TOOLTIP"
			position = {
				x = 170
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MINIMISE"
			action = "minimize"
			tooltip = "TUT_BAS_CLOSE_TOOLTIP"
			position = {
				x = 340
				y = 30
			}
		}
	}
	page = {
		index = 10
		title = "TUT_BAS_CHAPTER03_TITLE08" #Victory
		text = "TUT_BAS_CHAPTER03_DESC08"
		text = "TUT_BAS_CHAPTER03_PAGE08"
	
		window = "hints_window"
		position = {
			x = 500 
			y = 200 
		}
		orientation = "UPPER_LEFT"
		
		effect = { #This page's effects on the world
			select_army = "Scotland Force"
			close_window = "all"
			keep_window_closed = yes
			goto = 3
			pauseable = yes
			pause = yes
			allow_select_province = no
		}
		
		option = {
			button = "TutorialPageButtonOption"
			text = "CONTINUE"
			action = "continue"
			tooltip = "TUT_BAS_CONTINUE_TOOLTIP"
			position = {
				x = 0
				y = 30
			}
		}
		
		option = {
			button = "TutorialPageButtonOption"
			text = "MAINMENU"
			action = "close"
			tooltip = "TUT_BAS_MAINMENU_TOOLTIP"
			position = {
				x = 170
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MINIMISE"
			action = "minimize"
			tooltip = "TUT_BAS_CLOSE_TOOLTIP"
			position = {
				x = 340
				y = 30
			}
		}
	}
}